home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000258_news@columbia.edu_Thu Apr 27 03:12:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28507
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 27 Apr 1995 16:01:01 -0400
  3. Received: by apakabar.cc.columbia.edu id AA06200
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 27 Apr 1995 16:00:29 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: TELNET VT220 Support
  9. Message-Id: <1995Apr27.091259.48890@cc.usu.edu>
  10. Date: 27 Apr 95 09:12:59 MDT
  11. References: <3nmst7$q8g$1@mhafc.production.compuserve.com>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3nmst7$q8g$1@mhafc.production.compuserve.com>, Paul Taylor <75014.216@CompuServe.COM> writes:
  17. > Will the VT220 TELNET TCP/IP support in kermit support terminal 
  18. > escape sequences for foreground and background processing? The 
  19. > TELNET that is part of TCP/IP base for OS/2 supports VT220 except 
  20. > for this capability. I also need this capability on QNX4. Am 
  21. > using both of these systems to access a Unix system that uses the 
  22. > foreground background features of VT220's for pop up windows etc.
  23. -----------
  24. Paul,
  25.     Ummm, VT220's are real terminals and not computers. They have
  26. no concept of foreground/background. There is no VT220 control sequence
  27. to do fore/background. Emulators of VT220 emulate that terminal. Even
  28. the concept of fore/background is extremely operating system dependent.
  29. Consequently, you are looking at someone's hack into an emulator.
  30.     Joe D.